home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / groffvar.zoo / source / makefile.lib < prev    next >
Encoding:
Makefile  |  1993-03-05  |  335 b   |  15 lines

  1. LIBCLEAN=lib$(LIB).a
  2. MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
  3.   $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep
  4.  
  5. all: lib$(LIB).a
  6.  
  7. lib$(LIB).a: $(OBJS)
  8.     $(AR) rs $@ $?
  9. #    $(RANLIB) $@
  10.  
  11. depend: depend_src
  12. depend.temp: $(GENSRCS)
  13. TAGS: $(CCSRCS) $(CSRCS)
  14. Makefile: $(MAKEFILEPARTS)
  15.